home *** CD-ROM | disk | FTP | other *** search
/ SPACE 1 / SPACE - Library 1 - Volume 1.iso / program / 355 / source / flsclr / flsclr.doc next >
Text File  |  1990-02-02  |  3KB  |  56 lines

  1.      This  program  is  an  extract of  another  larger  and  more 
  2. extensive program that I have designed.  It may be useful to those 
  3. modula 2 programmers that have never done any programming with the 
  4. AES libraries and wanted to give it a try.
  5.      The   program   was  a  challenging   one,   sometimes   very 
  6. frustrating,   especially  figuring  out  the  algorithm  for  the 
  7. scrolling,  but  rewarding  when a hurdle was  overcome.  My  file 
  8. selector is very easy to use, but some explaination is necessary.
  9.      The  file  selector  operates  in a  simular  manner  to  the 
  10. standard Item Selector found in most GEM programs.  The ways  that 
  11. are  simular is in the way that a file name is  selected.  As  you 
  12. move the mouse to the area where the file names are displayed  and 
  13. press  with the left mouse button,  the file  is  selected.  While 
  14. holding  the  left mouse button down and moving the mouse  in  the 
  15. area of the displayed file names,  the file name is deselected and 
  16. selected.  The scrolling is accomplished in the same manner as the 
  17. standard Item Selector,  using the up/down arrow,  the slider, and 
  18. the track.
  19.      The  difference  is  in selecting   a  different  disk  drive 
  20. directory.  All the disk drives availiable on your system will  be 
  21. displayed(up to 16 drives) and if you have a RAM disk,  it will be 
  22. indicated as one of the drives availiable.
  23.      To  select  another  drive,  move the mouse  to  one  of  the 
  24. available   drives  and  click  with  the  mouse  on   the   drive 
  25. button(A,B,C...). The contents of the newly selected drive will be 
  26. displayed.  This makes it a little easlier to select a drive  than 
  27. in the standard Item Selector.
  28.      The selected path is displayed at the top of the dialog  box. 
  29. If you click on a sub directory(folder) the path will be shown  at 
  30. the top.  To go to the previous directory, click with the mouse on 
  31. the long box that displays the path.
  32.      If  your  in  a sub directory and you  click  on  another  or 
  33. current  drive,  you will be returned to the root  directory,  ie, 
  34. C:\*.*.
  35.      One  facts  I discovered with the standard Item  Selector  is 
  36. that it will only display up to 100 file names!  If you have  more 
  37. than 100 in a directory your out of luck!
  38.      Also,  a hard copy of the selected path can be printed. Press 
  39. the button label 'print.'
  40.      One  final  thing,  the  Resource file must be  in  the  root 
  41. directory, i.e. A:\,B:\,C:\,D:\.....  
  42.      Any  suggested  improvements or comments to this  module  are 
  43. appreciated and encouraged! One improvement that is known my me is 
  44. in the sorting of the file names.  It isn't the quickess,  up to 3 
  45. seconds or so to sort 170 file names.
  46.  
  47.      Dan McKee
  48.      14A Elm St.
  49.      Mt. Home AFB, ID 83648
  50.      1-208-832-4504
  51.  
  52.      Compuserve - 75766,1515
  53.      Delphi     - elmac
  54.      Genie      - D.M.
  55.      Rattle Snake BBS 1-208-587-7603 (65 mega bytes of storage!!)
  56.